The missing lib
authorStephen Becker IV <github@deathbyescalator.com>
Tue, 17 May 2016 18:54:43 +0000 (11:54 -0700)
committerStephen Becker IV <github@deathbyescalator.com>
Wed, 18 May 2016 19:36:14 +0000 (12:36 -0700)
commit388028e80d19667408b33c660901a9828899721b
tree22b3698019b8d90871d9df8c6282141c97959b5f
parent4e009a6c812eecb0333bacf9e80e7cfa0948646b
The missing lib

Dearest Reviewer,

This pull request allows the value of project.links to be passed into
the build script via an environment variable. This closes #1220 . I have
added a test that makes sure that the environment variable is set. Also
note I am using CARGO_LIB not LIB because it appears to be used for
windows in appveyor. I think CARGO_LIB fits better.

I have also updated the documentation to reflect the new variable.

Thanks!
Becker

[Updated]
Github comments moved to CARGO_MANIFEST_LINKS
Fix if statement
src/cargo/ops/cargo_rustc/custom_build.rs
src/doc/environment-variables.md
tests/test_cargo_compile_custom_build.rs